KJOB

Syntax: KJOB jobname          (TinyToolkit only)
    or: KJOB jobnr
Location: TinyToolkit, BTool

This command kills the given job (causing it, together with all of its owned jobs, channels and memory to be removed or freed).

Jobname in the first variant can be passed as a string or as just the name of the Job without quotes (so long as that name is not defined as a variable or SuperBASIC PROCedure or FuNction).

jobnr is the Job number as listed by the JOBS command.  If this is -1, this will kill the current Job.

Example:
KJOB 'Perfection v2.04'          
KJOB 1

CROSS-REFERENCE:
RJOB has a slightly different syntax.  
KILL removes all jobs.
SPJOB, SJOB, REL_JOB, AJOB are other commands which handle jobs. 
The function JOB$ will return the name of the given job.
